home *** CD-ROM | disk | FTP | other *** search
/ SCI Games E3 2005 Press Kit (USA) / SCI Games E3 2005 Press Kit (USA).bin / runme_mac.swf / scripts / DefineSprite_56_mc_gameIcon / frame_1 / DoAction.as
Text File  |  2005-05-05  |  233b  |  15 lines

  1. bt.onRollOver = function()
  2. {
  3.    _parent.selectButton(num);
  4. };
  5. bt.onRollOut = function()
  6. {
  7.    _parent.rolloutButton(num);
  8. };
  9. bt.onRelease = function()
  10. {
  11.    _parent.closeMenu(num);
  12.    _root.GameSelected = num;
  13. };
  14. stop();
  15.